object GetKeyCodeDlg: TGetKeyCodeDlg Left = 340 Top = 364 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'please enter your key code' ClientHeight = 193 ClientWidth = 397 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] KeyPreview = True OldCreateOrder = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 14 object Shape1: TShape Left = 83 Top = 100 Width = 12 Height = 2 Brush.Color = clBlack end object Shape2: TShape Left = 157 Top = 100 Width = 12 Height = 2 Brush.Color = clBlack end object Shape3: TShape Left = 230 Top = 100 Width = 12 Height = 2 Brush.Color = clBlack end object Shape4: TShape Left = 303 Top = 100 Width = 12 Height = 2 Brush.Color = clBlack end object lblKeycode1: TResStaticText Left = 16 Top = 8 Width = 196 Height = 18 TabOrder = 8 Transparent = False ResourceCaption = 20065 end object Label2: TResStaticText Left = 40 Top = 32 Width = 166 Height = 18 TabOrder = 9 Transparent = False ResourceCaption = 20066 end object lblKeycode2: TResStaticText Left = 16 Top = 56 Width = 196 Height = 18 TabOrder = 10 Transparent = False ResourceCaption = 20067 end object Code1: TEdit Left = 24 Top = 88 Width = 56 Height = 22 MaxLength = 4 ParentColor = True TabOrder = 0 OnChange = CodeChange OnKeyPress = CodeKeyPress OnKeyUp = CodeKeyUp end object Code2: TEdit Left = 99 Top = 88 Width = 56 Height = 22 MaxLength = 4 ParentColor = True TabOrder = 1 OnChange = CodeChange OnKeyPress = CodeKeyPress OnKeyUp = CodeKeyUp end object Code3: TEdit Left = 172 Top = 88 Width = 56 Height = 22 MaxLength = 4 ParentColor = True TabOrder = 2 OnChange = CodeChange OnKeyPress = CodeKeyPress OnKeyUp = CodeKeyUp end object Code4: TEdit Left = 245 Top = 88 Width = 56 Height = 22 MaxLength = 4 ParentColor = True TabOrder = 3 OnChange = CodeChange OnKeyPress = CodeKeyPress OnKeyUp = CodeKeyUp end object Code5: TEdit Left = 318 Top = 88 Width = 56 Height = 22 MaxLength = 4 ParentColor = True TabOrder = 4 OnChange = CodeChange OnKeyPress = CodeKeyPress OnKeyUp = CodeKeyUp end object OKBtn: TResTeButton Left = 53 Top = 136 Width = 75 Height = 25 OnClick = OKBtnClick Default = True Enabled = False ModalResult = 1 TabOrder = 5 ResourceCaption = 20018 end object CancelBtn: TResTeButton Left = 164 Top = 136 Width = 75 Height = 25 OnClick = CancelBtnClick Cancel = True ModalResult = 2 TabOrder = 6 ResourceCaption = 20019 end object HelpBtn: TResTeButton Left = 272 Top = 136 Width = 75 Height = 25 OnClick = HelpBtnClick TabOrder = 7 ResourceCaption = 20023 end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 16 Top = 96 end end